Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule Namespace / C1ObservableCollection<T> Class / RemoveItem Method

In This Topic
    RemoveItem Method (C1ObservableCollection<T>)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overrides Sub RemoveItem( _
       ByVal index As System.Integer _
    ) 
    protected override void RemoveItem( 
       System.int index
    )

    Parameters

    index
    See Also